3.10.5 \(\int \frac {1}{(a+b x^8) \sqrt {c+d x^8}} \, dx\) [905]

Optimal. Leaf size=59 \[ \frac {x \sqrt {1+\frac {d x^8}{c}} F_1\left (\frac {1}{8};1,\frac {1}{2};\frac {9}{8};-\frac {b x^8}{a},-\frac {d x^8}{c}\right )}{a \sqrt {c+d x^8}} \]

[Out]

x*AppellF1(1/8,1,1/2,9/8,-b*x^8/a,-d*x^8/c)*(1+d*x^8/c)^(1/2)/a/(d*x^8+c)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 59, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 21, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.095, Rules used = {441, 440} \begin {gather*} \frac {x \sqrt {\frac {d x^8}{c}+1} F_1\left (\frac {1}{8};1,\frac {1}{2};\frac {9}{8};-\frac {b x^8}{a},-\frac {d x^8}{c}\right )}{a \sqrt {c+d x^8}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/((a + b*x^8)*Sqrt[c + d*x^8]),x]

[Out]

(x*Sqrt[1 + (d*x^8)/c]*AppellF1[1/8, 1, 1/2, 9/8, -((b*x^8)/a), -((d*x^8)/c)])/(a*Sqrt[c + d*x^8])

Rule 440

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[a^p*c^q*x*AppellF1[1/n, -p,
 -q, 1 + 1/n, (-b)*(x^n/a), (-d)*(x^n/c)], x] /; FreeQ[{a, b, c, d, n, p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n
, -1] && (IntegerQ[p] || GtQ[a, 0]) && (IntegerQ[q] || GtQ[c, 0])

Rule 441

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Dist[a^IntPart[p]*((a + b*x^n)^F
racPart[p]/(1 + b*(x^n/a))^FracPart[p]), Int[(1 + b*(x^n/a))^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, n,
p, q}, x] && NeQ[b*c - a*d, 0] && NeQ[n, -1] &&  !(IntegerQ[p] || GtQ[a, 0])

Rubi steps

\begin {align*} \int \frac {1}{\left (a+b x^8\right ) \sqrt {c+d x^8}} \, dx &=\frac {\sqrt {1+\frac {d x^8}{c}} \int \frac {1}{\left (a+b x^8\right ) \sqrt {1+\frac {d x^8}{c}}} \, dx}{\sqrt {c+d x^8}}\\ &=\frac {x \sqrt {1+\frac {d x^8}{c}} F_1\left (\frac {1}{8};1,\frac {1}{2};\frac {9}{8};-\frac {b x^8}{a},-\frac {d x^8}{c}\right )}{a \sqrt {c+d x^8}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Leaf count is larger than twice the leaf count of optimal. \(161\) vs. \(2(59)=118\).
time = 10.14, size = 161, normalized size = 2.73 \begin {gather*} -\frac {9 a c x F_1\left (\frac {1}{8};\frac {1}{2},1;\frac {9}{8};-\frac {d x^8}{c},-\frac {b x^8}{a}\right )}{\left (a+b x^8\right ) \sqrt {c+d x^8} \left (-9 a c F_1\left (\frac {1}{8};\frac {1}{2},1;\frac {9}{8};-\frac {d x^8}{c},-\frac {b x^8}{a}\right )+4 x^8 \left (2 b c F_1\left (\frac {9}{8};\frac {1}{2},2;\frac {17}{8};-\frac {d x^8}{c},-\frac {b x^8}{a}\right )+a d F_1\left (\frac {9}{8};\frac {3}{2},1;\frac {17}{8};-\frac {d x^8}{c},-\frac {b x^8}{a}\right )\right )\right )} \end {gather*}

Warning: Unable to verify antiderivative.

[In]

Integrate[1/((a + b*x^8)*Sqrt[c + d*x^8]),x]

[Out]

(-9*a*c*x*AppellF1[1/8, 1/2, 1, 9/8, -((d*x^8)/c), -((b*x^8)/a)])/((a + b*x^8)*Sqrt[c + d*x^8]*(-9*a*c*AppellF
1[1/8, 1/2, 1, 9/8, -((d*x^8)/c), -((b*x^8)/a)] + 4*x^8*(2*b*c*AppellF1[9/8, 1/2, 2, 17/8, -((d*x^8)/c), -((b*
x^8)/a)] + a*d*AppellF1[9/8, 3/2, 1, 17/8, -((d*x^8)/c), -((b*x^8)/a)])))

________________________________________________________________________________________

Maple [F]
time = 0.07, size = 0, normalized size = 0.00 \[\int \frac {1}{\left (b \,x^{8}+a \right ) \sqrt {d \,x^{8}+c}}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x^8+a)/(d*x^8+c)^(1/2),x)

[Out]

int(1/(b*x^8+a)/(d*x^8+c)^(1/2),x)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^8+a)/(d*x^8+c)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/((b*x^8 + a)*sqrt(d*x^8 + c)), x)

________________________________________________________________________________________

Fricas [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^8+a)/(d*x^8+c)^(1/2),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\left (a + b x^{8}\right ) \sqrt {c + d x^{8}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x**8+a)/(d*x**8+c)**(1/2),x)

[Out]

Integral(1/((a + b*x**8)*sqrt(c + d*x**8)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x^8+a)/(d*x^8+c)^(1/2),x, algorithm="giac")

[Out]

integrate(1/((b*x^8 + a)*sqrt(d*x^8 + c)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.02 \begin {gather*} \int \frac {1}{\left (b\,x^8+a\right )\,\sqrt {d\,x^8+c}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((a + b*x^8)*(c + d*x^8)^(1/2)),x)

[Out]

int(1/((a + b*x^8)*(c + d*x^8)^(1/2)), x)

________________________________________________________________________________________